home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Symbol Processors / Trigger / trig-symbol < prev   
Text File  |  1998-10-23  |  328b  |  8 lines

  1. trig-symbol symbol-template symbol-pattern
  2.  
  3. Uses the rhythmics in the symbol-template to trig the corresponding symbols in the symbol-pattern in a way trig-length does. Can be used in the same way as trig-length, but with a different input type.
  4.  
  5. (trig-symbol '(a a = b = = c)
  6.              '(a b c d e f g))
  7. --> (a b = d = = g)
  8.